home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 268
- Top = 172
- ActiveControl = Button1
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'About Install'
- ClientHeight = 182
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 369
- Height = 145
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 64
- Width = 75
- Height = 13
- Caption = 'Desktop folder: '
- end
- object Label2: TLabel
- Left = 16
- Top = 88
- Width = 55
- Height = 13
- Caption = 'Start Menu:'
- end
- object Label3: TLabel
- Left = 16
- Top = 112
- Width = 59
- Height = 13
- Caption = 'Install folder:'
- end
- object Image1: TImage
- Left = 12
- Top = 18
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object Label4: TLabel
- Left = 56
- Top = 24
- Width = 184
- Height = 13
- Caption = 'Copyright (c) 1999 Alexander Belgraver'
- end
- object Edit1: TEdit
- Left = 96
- Top = 60
- Width = 257
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 96
- Top = 84
- Width = 257
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 96
- Top = 108
- Width = 257
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 288
- Top = 152
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-